object FormSelAmenazas: TFormSelAmenazas Left = 394 Top = 266 BorderStyle = bsDialog Caption = 'Selecci�n de amenazas excluidas' ClientHeight = 361 ClientWidth = 376 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PlaGroupBox1: TPlaGroupBox Left = 10 Top = 12 Width = 353 Height = 309 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Amenazas excluidas' TabOrder = 0 object Label1: TLabel Left = 60 Top = 24 Width = 271 Height = 13 Caption = 'Selecciona las amenazas que ser�n excluidas del an�lisis' Constraints.MaxWidth = 271 Constraints.MinWidth = 271 WordWrap = True end object Image1: TImage Left = 10 Top = 22 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object PlaComboBoxAmenazas: TPlaComboBox Left = 58 Top = 64 Width = 277 Height = 21 Style = csDropDownList TabOrder = 0 Text = 'Todas' OnChange = PlaComboBoxAmenazasChange Items.Strings = ( 'Todos' 'Progamas esp�a (Spyware)' 'Herramientas de hacking y seguimiento' 'Marcadores telef�nicos (Dialers)' 'Bromas (Jokes)') end object PlaListBoxAmenazas: TPlaListBox Left = 58 Top = 96 Width = 277 Height = 199 Sorted = True TabOrder = 1 UseCheckBoxes = True OnClickCheck = PlaListBoxAmenazasClickCheck OnKeyPress = PlaListBoxAmenazasKeyPress end end object PlaButtonAceptar: TPlaButton Left = 218 Top = 330 Width = 64 Height = 21 Caption = 'Aceptar' TabOrder = 1 OnClick = PlaButtonAceptarClick end object PlaButtonCancelar: TPlaButton Left = 296 Top = 330 Width = 64 Height = 21 Caption = 'Cancelar' TabOrder = 2 OnClick = PlaButtonCancelarClick Cancel = True end end